home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / Terminal 2.2 / Terminal Folder / Hangup +++.s < prev    next >
Text File  |  1990-12-31  |  206b  |  15 lines

  1. /*
  2.     Terminal 2.0
  3.     Script to hangup using software command
  4.  
  5.     "Hangup +++.s"
  6. */
  7.  
  8. main()
  9. {
  10.     type("+++");    /* Go into command mode */
  11.     pause(120);        /* Wait 2 seconds */
  12.     type("ATH0\r");    /* Hang up */
  13.     beep();
  14. }
  15.